home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 6 / Hot Mix 6.iso / bin / sc3d_remove_notify < prev    next >
Text File  |  1993-10-28  |  320b  |  10 lines

  1. #!/bin/sh
  2. case `/usr/bin/X11/xconfirm -t "You may choose to remove the Showcase library at this" \
  3.            -t "time or keep it on the system to skip installation" \
  4.            -t "of the library when HotMix is run again in the future." \
  5.            -t " " -t "Remove library?" -B No -b Yes`
  6. in
  7. Yes) exit 1;;
  8. No) exit 0;;
  9. esac
  10.